home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / utilities / emulators / spectrum_readplusd.lzh / ReadPlusD.doc < prev    next >
Text File  |  1991-04-25  |  2KB  |  49 lines

  1. ReadPlusD reads an MGT (Miles Gordon Technology) PLUS D 3.5" double-sided
  2. diskette on any Amiga.  MGT PLUS D diskettes are used on Sinclair Spectrum
  3. computers.  This is useful for transferring Spectrum programs to the format
  4. required by the Spectrum emulator on the Amiga.
  5.  
  6. ReadPlusD requires messydisk.device (supplied with MSH on Fred Fish disk 382)
  7. in the devs: directory.
  8.  
  9.  
  10. CLI usage:   ReadPlusD disk-unit-number [directory-entry-number output-file]
  11.  
  12.  
  13. The disk unit number should be an integer in the range 0..3 corresponding to
  14. the drive (DF0:..DF3:) containing the PLUS D diskette.
  15.  
  16. If given just the unit-number, ReadPlusD displays a directory of the disk.
  17.  
  18. If you also give a directory entry number and an output file name, ReadPlusD
  19. converts a 48 kbyte snapshot file to the format required by the Amiga Spectrum
  20. emulator.  The output is written to the given file name.
  21.  
  22. Note that you specify the number of the directory entry (an integer in the
  23. range 1..80), not the name of the input file.  If the file is not a 48 kbyte
  24. snapshot file, ReadPlusD displays an error message.
  25.  
  26.  
  27. Examples:
  28.  
  29. ReadPlusD 2            get a directory of the PLUS D disk in DF2:
  30.  
  31. ReadPlusD 1 17 RAM:TRON        convert the 17th file on DF1: to RAM:TRON
  32.  
  33.  
  34. Known bug:
  35.  
  36. ReadPlusD always sets the z80 interrupt mode to 1.  A few Spectrum programs use
  37. interrupt mode 2.  If a converted program doesn't run and you suspect it might
  38. use mode 2, try patching the byte at offset 25 in the output file to be $02.
  39. Use a binary file editor like, for example, NEWZAP.  The byte you patch is
  40. actually the 26th byte in the file (because the 1st byte is at offset 0), and
  41. it will always be $01 to begin with.
  42.  
  43.  
  44. This file may be distributed anywhere provided it is unmodified and is not
  45. sold for profit.  Please report bugs to the author.
  46.  
  47. Author: Peter McGavin, 86 Totara Crescent, Lower Hutt, New Zealand.
  48.         e-mail: srwmpnm@wnv.dsir.govt.nz .
  49.